﻿2026-08-03T07:03:29.1547716Z ##[group]Run actions/checkout@v5
2026-08-03T07:03:29.1548252Z with:
2026-08-03T07:03:29.1548688Z   repository: BigscreenVR/spt-bs-core
2026-08-03T07:03:29.1551261Z   token: ***
2026-08-03T07:03:29.1551573Z   ssh-strict: true
2026-08-03T07:03:29.1551871Z   ssh-user: git
2026-08-03T07:03:29.1552178Z   persist-credentials: true
2026-08-03T07:03:29.1552557Z   clean: true
2026-08-03T07:03:29.1552854Z   sparse-checkout-cone-mode: true
2026-08-03T07:03:29.1553226Z   fetch-depth: 1
2026-08-03T07:03:29.1553748Z   fetch-tags: false
2026-08-03T07:03:29.1554173Z   show-progress: true
2026-08-03T07:03:29.1554496Z   lfs: false
2026-08-03T07:03:29.1554773Z   submodules: false
2026-08-03T07:03:29.1555073Z   set-safe-directory: true
2026-08-03T07:03:29.1555427Z   allow-unsafe-pr-checkout: false
2026-08-03T07:03:29.1555777Z ##[endgroup]
2026-08-03T07:03:29.3534833Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T07:03:29.3536336Z ##[group]Getting Git version info
2026-08-03T07:03:29.3537037Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-03T07:03:29.3737298Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-03T07:03:29.4156503Z git version 2.43.0.windows.1
2026-08-03T07:03:29.4179982Z ##[endgroup]
2026-08-03T07:03:29.4188259Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0d23a0c9-eabb-4588-a82a-9cbe615cd1fc\.gitconfig'
2026-08-03T07:03:29.4202612Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0d23a0c9-eabb-4588-a82a-9cbe615cd1fc' before making global git config changes
2026-08-03T07:03:29.4204361Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T07:03:29.4208321Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-03T07:03:29.4502011Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-03T07:03:29.4729919Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T07:03:29.4757025Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T07:03:29.4761481Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T07:03:29.4989546Z HEAD
2026-08-03T07:03:29.6294802Z ##[endgroup]
2026-08-03T07:03:29.6295961Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-03T07:03:30.4184271Z ##[group]Cleaning the repository
2026-08-03T07:03:30.4188161Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-03T07:03:31.9275334Z Removing target/
2026-08-03T07:03:31.9310606Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-03T07:03:32.0996867Z HEAD is now at 740d9a341 Merge 1e2d380035e981a4a5b4acdebbf9b99354d128ba into 0f35bc2ce4dc7f8a85e0415f5393a8d683e5112e
2026-08-03T07:03:32.1021691Z ##[endgroup]
2026-08-03T07:03:32.1026171Z ##[group]Disabling automatic garbage collection
2026-08-03T07:03:32.1031275Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-03T07:03:32.1941187Z ##[endgroup]
2026-08-03T07:03:32.1941675Z ##[group]Setting up auth
2026-08-03T07:03:32.1951328Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-03T07:03:32.3210892Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-03T07:03:33.7029626Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T07:03:33.7392083Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-03T07:03:34.3683031Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T07:03:34.3945737Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-03T07:03:34.9915185Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-03T07:03:35.0289089Z ##[endgroup]
2026-08-03T07:03:35.0289705Z ##[group]Fetching the repository
2026-08-03T07:03:35.0297533Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1305b737c7d7d2d591c22e42a3028bff6fc9a469:refs/remotes/pull/142/merge
2026-08-03T07:03:37.0804662Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T07:03:37.0805401Z  + 740d9a341...1305b737c 1305b737c7d7d2d591c22e42a3028bff6fc9a469 -> pull/142/merge  (forced update)
2026-08-03T07:03:37.0957076Z ##[endgroup]
2026-08-03T07:03:37.0958379Z ##[group]Determining the checkout info
2026-08-03T07:03:37.0958889Z ##[endgroup]
2026-08-03T07:03:37.0963266Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-03T07:03:37.2183409Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-03T07:03:37.2446163Z ##[group]Checking out the ref
2026-08-03T07:03:37.2450880Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/142/merge
2026-08-03T07:03:37.3643151Z Warning: you are leaving 1 commit behind, not connected to
2026-08-03T07:03:37.3643531Z any of your branches:
2026-08-03T07:03:37.3643654Z 
2026-08-03T07:03:37.3643941Z   740d9a341 Merge 1e2d380035e981a4a5b4acdebbf9b99354d128ba into 0f35bc2ce4dc7f8a85e0415f5393a8d683e5112e
2026-08-03T07:03:37.3644224Z 
2026-08-03T07:03:37.3644391Z If you want to keep it by creating a new branch, this may be a good time
2026-08-03T07:03:37.3644669Z to do so with:
2026-08-03T07:03:37.3644760Z 
2026-08-03T07:03:37.3644875Z  git branch <new-branch-name> 740d9a341
2026-08-03T07:03:37.3645042Z 
2026-08-03T07:03:37.3645294Z HEAD is now at 1305b737c Merge b48e35baa81669487bc12e16179eeb5e3275db80 into 0f35bc2ce4dc7f8a85e0415f5393a8d683e5112e
2026-08-03T07:03:37.3670505Z ##[endgroup]
2026-08-03T07:03:37.3993916Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-03T07:03:37.4274789Z 1305b737c7d7d2d591c22e42a3028bff6fc9a469
